home *** CD-ROM | disk | FTP | other *** search
/ More MacCube 1: Arcade Games / More MacCube Vol 1 Arcade Games.bin / Games⁄Arcade / Bolo / More information / Sample Code / Std Autopilot / BF_Globals.c < prev    next >
Encoding:
Text File  |  1995-04-28  |  427 b   |  14 lines  |  [TEXT/KAHL]

  1. // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1995.
  2. // All rights reserved. This code is owned by Stuart Cheshire and is donated
  3. // free of charge for non-commercial use. You may not use this code in any
  4. // product sold for commercial profit, except shareware priced at $25 or less.
  5.  
  6. #include "BrainFrame.h"
  7. #include "BF_Globals.h"
  8.  
  9. export ConnectionInfo *Connections;
  10. export void init_globals(void)
  11.     {
  12.     
  13.     }
  14.